home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound("CLIK")
- puppetSprite(14, 1)
- set the type of sprite 14 to 1
- set the ink of sprite 14 to 8
- set the foreColor of sprite 14 to 255
- set the castNum of sprite 14 to the number of cast "HHELP"
- set the locV of sprite 14 to 245
- set the locH of sprite 14 to 330
- repeat while the stillDown
- updateStage()
- end repeat
- set the type of sprite 14 to 0
- updateStage()
- end
-